home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gChannelForFreeFlash, gSmallButtonsOn, gFreeFlashTimerBase
- if gSmallButtonsOn then
- set timeDeltaTemp to the timer - gFreeFlashTimerBase
- if (timeDeltaTemp > 45) and (timeDeltaTemp <= 75) then
- set the visible of sprite gChannelForFreeFlash to 1
- else
- if timeDeltaTemp > 75 then
- set the visible of sprite gChannelForFreeFlash to 0
- set gFreeFlashTimerBase to the timer
- end if
- end if
- end if
- end
-